Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4R: Implement Proposal Proposer client interfaces #3184

Merged
merged 3 commits into from
Dec 21, 2018

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Dec 20, 2018

closes: #3027

/cc @johnmcdowall

I'm not totally thrilled on the solution because it blurs the line of what really belongs in the LCD and what doesn't, as far as querying state is concerned. But maybe this is an exception.


  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Dec 20, 2018

Codecov Report

Merging #3184 into develop will increase coverage by 0.03%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #3184      +/-   ##
===========================================
+ Coverage    54.72%   54.76%   +0.03%     
===========================================
  Files          132      132              
  Lines         9425     9431       +6     
===========================================
+ Hits          5158     5165       +7     
+ Misses        3949     3948       -1     
  Partials       318      318

@alexanderbez alexanderbez changed the title WIP: Implement Proposal Proposer client interfaces R4R: Implement Proposal Proposer client interfaces Dec 20, 2018
@alexanderbez alexanderbez requested review from sunnya97 and removed request for zramsay December 20, 2018 18:47
Copy link
Member

@jackzampolin jackzampolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is 🔥 Tested locally and working. Great PR @alexanderbez

@jmdfm
Copy link
Contributor

jmdfm commented Dec 20, 2018

Great work @alexanderbez, thanks for making LCD that bit more useful :D

Copy link
Collaborator

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! Thanks @alexanderbez !

Copy link
Contributor

@alessio alessio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rock on

@jackzampolin jackzampolin merged commit b0662aa into develop Dec 21, 2018
@jackzampolin jackzampolin deleted the bez/3027-proposal-proposer-endpoint branch December 21, 2018 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Governance API: The Proposal JSON response does not include who submitted the proposal
5 participants